@charset "UTF-8";

/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */

/*html {
    
    background: url(../images/top_bg2.jpg) center top no-repeat;
	padding-top:400px;
}*/
body {
  color: #333;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  background: url(../images/top_bg.jpg) center top no-repeat #e4f1f9;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

/* utilities */

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.mt10 {
  margin-top: 10px;
}

.ewb-mt20 {
  margin-top: 20px;
}

.ml10 {
  margin-left: 10px;
}

.mt7 {
  margin-top: 7px;
}

.ewb-bottom-bg {
  background: url(../images/bottom_bg.jpg) center bottom no-repeat;
}

/* 公共样式 */

input,
button,
select {
  font-family: "Microsoft YaHei";
  outline: 0;
}

/* 主体 */

.ewb-main-part {
  margin: 0 -20px;
  padding: 20px 0;
  *width: 1140px;
  background-color: #fff;
}

@media (min-width: 768px) and (max-width: 1140px) {
  html,
  body {
    overflow-x: hidden;
  }

  .ewb-main-part {
    padding: 10px 0;
    margin: 0 -10px;
  }
}

@media (max-width: 767px) {
  .ewb-mt20 {
    margin-top: 10px;
  }

  .ewb-main-part {
    margin: 0;
    padding: 10px 5px;
  }
}

/* top */

.ewb-top {
  line-height: 36px;
  padding-bottom: 5px;
  background: url(../images/top_bg.png) repeat-x;
}

.ewb-top i {
  float: left;
  margin: 12px 10px;
  width: 1px;
  height: 12px;
  background-color: #bababa;
}

.ewb-top a {
  float: left;
  color: #333;
}

.ewb-top a:hover {
  color: #f00;
}

.ewb-top-left {
  float: left;
}

.ewb-top-right {
  float: left;
  /*margin-left:12%;20240226*/
  margin-left: 3%;
}

.ewb-top-last {
  float: right;
}

.ewb-top-eng {
  display: none;
}

.ewb-top .top-register,
.ewb-top .top-login {
  padding-left: 20px;
  font-weight: bold;
  color: #0068bb;
}

.top-register {
  margin-left: 8px;
  background: url(../images/top_register.png) left center no-repeat;
}

.top-register:hover {
  background: url(../images/top_register_hover.png) left center no-repeat;
}

.top-login {
  background: url(../images/top_login.png) left center no-repeat;
}

.top-login:hover {
  background: url(../images/top_login_hover.png) left center no-repeat;
}

@media (min-width: 768px) and (max-width: 1140px) {
  .ewb-top-left,
  .ewb-top-right {
    margin-left: 0px;
    font-size: 12px;
  }

  .ewb-top i {
    margin: 12px 5px;
  }
}

@media (max-width: 767px) {
  .ewb-top {
    line-height: 28px;
    padding-bottom: 0;
    background: none;
    background-color: #f6f6f6;
  }

  .ewb-top-left,
  .ewb-top-right {
    padding-left: 2%;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    margin-left: 0px;
    display: none;
  }

  .ewb-top i {
    margin: 10px 5px;
  }

  .ewb-top-last {
    float: left;
    padding-left: 2%;
  }

  .ewb-top-eng {
    display: block;
    float: right;
    padding-right: 2%;
  }

  .ewb-top-last a:first-child {
    margin-left: 0;
  }
}

/* header*/

.ewb-header {
  min-height: 157px;
  margin-top: -20px;
}

/* logo */

.ewb-logo {
  float: left;
  margin: 50px 0 0 -8px;
  width: 465px;
  height: 104px;
  background-image: url(/images/logo2.png);
}

/* 搜索 */

.ewb-search {
  float: right;
  margin-top: 60px;
  width: 348px;
  position: relative;
}

.ewb-search-txt {
  float: left;
  padding-left: 40px;
  width: 238px;
  height: 40px;
  line-height: 40px;
  border: 0;
  font-size: 15px;
  background: url(../images/search_txt.png);
}

.placeholder {
  color: #a8a8a8;
}

.ewb-search-btn {
  float: left;
  width: 70px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: url(../images/search_btn.png);
  border: 0;
  cursor: pointer;
}

.ewb-search-btn:hover {
  background: url(../images/search_btn_hover.png);
}

.ewb-search-shadow {
  position: absolute;
  top: 61px;
  left: 0;
  right: 0;
  height: 40px;
  background: url(../images/search_shadow.png);
}

/* 热搜 */

.ewb-hot-search {
  padding-top: 7px;
  line-height: 32px;
  position: relative;
  z-index: 999;
}

.ewb-hot-search label {
  float: left;
  color: #4e4e4e;
  height: 32px;
}

.ewb-hot-content {
  float: left;
  width: 268px;
}

.ewb-hot-content a {
  float: left;
  margin: 5px 14px;
  min-width: 36px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: url(../images/hot_bg.png) repeat;
  position: relative;
}

.ewb-hot-content a i {
  position: absolute;
  top: 0;
  height: 22px;
  width: 9px;
}

.l-hotbg {
  left: -9px;
  background: url(../images/hot_left.png);
}

.r-hotbg {
  right: -9px;
  background: url(../images/hot_right.png);
}

.ewb-hot-content a:hover {
  background: url(../images/hot_bg_hover.png) repeat;
}

.ewb-hot-content a:hover .l-hotbg {
  background: url(../images/hot_left_hover.png);
}

.ewb-hot-content a:hover .r-hotbg {
  background: url(../images/hot_right_hover.png);
}

@media (max-width: 1140px) {
  .ewb-search-txt,
  .ewb-search-btn {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .ewb-logo {
    float: none;
    display: block;
    margin: 40px auto 0;
    width: 98%;
    max-width: 325px;
    background-image: url(/images/logo_mini.png);
    background-repeat: no-repeat;
  }

  .ewb-search {
    float: none;
    display: block;
    margin: 0px auto 0;
    width: 300px;
    display: none;
  }

  .ewb-search-txt {
    width: 190px;
  }

  .ewb-hot-search label {
    font-size: 12px;
  }

  .ewb-hot-content {
    width: 76%;
  }

  .ewb-hot-content a {
    margin: 5px 10px;
  }
}

/* nav */

.ewb-nav {
  min-height: 48px;
  background-color: #015293;
}

.ewb-nav-list {
  margin: 0 -20px;
  position: relative;
  z-index: 999;
}

.ewb-nav-node {
  float: left;
  width: 16.6666666%;
  *width: 16.65%;
  vertical-align: top;
}

.ewb-nav-name {
  display: block;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-left: 1px solid #3a80b9;
}

.ewb-nav-node:first-child .ewb-nav-name {
  border-left: 0;
}

.ewb-nav-drop {
  display: none;
  position: absolute;
  top: 48px;
  right: 0;
  left: 0;
  padding: 0 18px;
  height: 350px;
  border: 2px solid #015293;
  border-top: 0;
  background-color: #fff;
  overflow: hidden;
  z-index: 999;
}

.ewb-nav-node:hover .ewb-nav-name {
  background-color: #2f8ed9;
}

.ewb-por {
  position: relative;
}

@media (max-width: 1140px) {
  .ewb-nav-drop {
    display: none !important;
  }
}

/* 要闻动态 */

/* 图片新闻 */

.ewb-news-pic {
  margin-top: 38px;
}

.ewb-slider-item {
  position: relative;
  width: 100%;
  height: 342px;
  overflow: hidden;
}

.ewb-slider-item ul li {
  width: 100%;
}

.ewb-slider-item .ewb-rslides img {
  height: 165px;
  width: 100%;
}

.ewb-slider-item .ewb-rslides-nav {
  position: absolute;
  top: 57px;
  z-index: 3;
  text-indent: -9999px;
  display: block;
}

.ewb-slider-item .ewb-rslides-nav.prev {
  left: 0px;
  width: 24px;
  height: 52px;
  background: url(../images/prev.png) no-repeat;
}

.ewb-slider-item .ewb-rslides-nav.next {
  right: 0px;
  width: 24px;
  height: 52px;
  background: url(../images/next.png) no-repeat;
}

.ewb-news-info {
  position: absolute;
  top: 165px;
  right: 0;
  left: 0;
}

.ewb-news-tt {
  margin-top: 4px;
  height: 26px;
  line-height: 26px;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ewb-news-content {
  line-height: 20px;
  color: #333;
}

.ewb-news-content a {
  color: #f00;
}

/* 政务公开 */

.ewb-pub-btns {
  padding-top: 12px;
}

.ewb-pub-btns li {
  margin-bottom: 8px;
  height: 48px;
  line-height: 48px;
  vertical-align: top;
}

.ewb-pub-btns li a {
  display: block;
  padding-left: 105px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  color: #5a5a5a;
  margin-top: 15px;
}

.ewb-pub-btns li a:hover {
  color: #fff;
}

.ewb-pub-icon1 {
  background: url(../images/pub_icon1.png) 44px center no-repeat #ddeefb;
}

.ewb-pub-icon2 {
  background: url(../images/pub_icon2.png) 44px center no-repeat #ddeefb;
}

.ewb-pub-icon3 {
  background: url(../images/pub_icon3.png) 44px center no-repeat #ddeefb;
}

.ewb-pub-icon4 {
  background: url(../images/pub_icon4.png) 44px center no-repeat #ddeefb;
}

.ewb-pub-icon1:hover {
  background: url(../images/pub_icon1_hover.png) 44px center no-repeat #81bdea;
}

.ewb-pub-icon2:hover {
  background: url(../images/pub_icon2_hover.png) 44px center no-repeat #81bdea;
}

.ewb-pub-icon3:hover {
  background: url(../images/pub_icon3_hover.png) 44px center no-repeat #81bdea;
}

.ewb-pub-icon4:hover {
  background: url(../images/pub_icon4_hover.png) 44px center no-repeat #81bdea;
}

.ewb-pub-btns li a.btn-left,
.ewb-pub-btns li a.btn-right {
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding-left: 0;
  border-radius: 3px;
  background-color: #ddeefb;
}

.ewb-pub-btns li a.btn-left:hover,
.ewb-pub-btns li a.btn-right:hover {
  background-color: #81bdea;
}

.ewb-pub-btns li a.btn-left {
  width: 48%;
}

.ewb-pub-btns li a.btn-right {
  width: 48%;
}

.ewb-pub-new {
  position: relative;
  margin-right: -19px;
}

.ewb-pub-new .ewb-list {
  padding-top: 4px;
}

/* 重点领域 */

.ewb-area {
  padding-left: 19px;
}

.ewb-field-list {
  overflow: hidden;
}

.ewb-field-list ul {
  margin-right: -7px;
}

.ewb-field-list ul li {
  float: left;
  margin-bottom: 7px;
  width: 50%;
  *width: 49.5%;
  height: 52px;
  vertical-align: top;
}

.ewb-field-name {
  display: block;
  margin-right: 7px;
  padding-left: 26.4%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 5px;
  font-size: 15px;
  color: #454545;
}

.ewb-field-name:hover {
  border: 1px solid #93cff5;
  color: #006aad;
  background-color: #f4fbff;
}

.ewb-field-icon1 {
  background: url(../images/field_icon1.png) left center no-repeat #fafafa;
}

.ewb-field-icon2 {
  background: url(../images/field_icon2.png) left center no-repeat #fafafa;
}

.ewb-field-icon3 {
  background: url(../images/field_icon3.png) left center no-repeat #fafafa;
}

.ewb-field-icon4 {
  background: url(../images/field_icon4.png) left center no-repeat #fafafa;
}

.ewb-field-icon5 {
  background: url(../images/field_icon5.png) left center no-repeat #fafafa;
}

.ewb-field-icon6 {
  background: url(../images/field_icon6.png) left center no-repeat #fafafa;
}

.ewb-field-icon7 {
  background: url(../images/field_icon7.png) left center no-repeat #fafafa;
}

.ewb-field-icon8 {
  background: url(../images/field_icon8.png) left center no-repeat #fafafa;
}

.ewb-field-icon9 {
  background: url(../images/field_icon9.png) left center no-repeat #fafafa;
}

.ewb-field-icon10 {
  background: url(../images/field_icon10.png) left center no-repeat #fafafa;
}

/* 公共服务 */

/* 个人办事&&企业办事 */

.ewb-work-list {
  position: absolute;
  top: 46px;
  right: 0;
  left: 0;
  overflow: hidden;
}

.ewb-work-list ul {
  padding-left: 10px;
  margin-right: -10px;
}

.ewb-work-list ul li {
  float: left;
  height: 39px;
  line-height: 30px;
  width: 25%;
  *width: 24.5%;
  vertical-align: top;
}

.ewb-work-list.short ul li {
  height: 35px;
  line-height: 27px;
}

.ewb-work-list ul li a {
  display: block;
  padding-left: 18px;
  font-size: 15px;
  color: #333;
  background: url(../images/work_jt.png) left center no-repeat;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ewb-work-list ul li a:hover {
  color: #f00;
}

/* 场景式服务&事项分类 */

.ewb-h127 {
  height: 127px;
  padding-top: 14px;
  position: relative;
}

.ewb-h127:first-child {
  padding-top: 30px;
  margin-bottom: 10px;
}

.ewb-service-hd {
  float: left;
  padding: 0 12px;
  width: 18px;
  height: 127px;
  background-color: #015293;
  position: relative;
}

.ewb-service-hd i {
  display: block;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -5px;
  width: 6px;
  height: 11px;
  background: url(../images/service_jt.png);
}

.ewb-service-hd td {
  height: 127px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.ewb-service-bd {
  position: absolute;
  left: 52px;
  right: 0;
  height: 127px;
  overflow: hidden;
}

.ewb-service-bd ul {
  width: 100%;
}

.ewb-service-bd ul li {
  float: left;
  width: 25%;
  vertical-align: top;
}

.ewb-service-name {
  display: block;
  margin: -1px 0 0 -1px;
  padding-left: 23%;
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 15px;
  color: #515151;
  border: 1px solid #e2eef8;
  background: url(../images/service_icon.png) 12% center no-repeat #f4faff;
}

.ewb-service-name.mt0 {
  margin-top: 0;
}

.ewb-service-name.ml0 {
  margin-left: 0;
}

.ewb-otherbg .ewb-service-name {
  background-color: #f8fcff;
}

.ewb-service-name:hover {
  color: #006aad;
  border: 1px solid #93cff5;
  background-color: #f4fbff;
  position: relative;
  z-index: 999;
}

.ewb-otherbg .ewb-service-name:hover {
  background-color: #eff8fd;
}

/* 书记市长信箱 */

.ewb-pr10 {
  padding-right: 10px;
}

.ewb-mailbox-form {
  height: 235px;
}

.ewb-mailbox-form table {
  width: 100%;
  table-layout: fixed;
}

.ewb-mailbox-form th {
  height: 32px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  background-color: #e3eef8;
}

.ewb-mailbox-form th .ewb-zt {
  display: block;
  text-align: left;
  padding-left: 12%;
}

.ewb-type {
  margin: 0 auto;
  width: 68px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #86b3db;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

.ewb-type-name {
  display: block;
  padding-left: 13px;
  text-align: left;
  background: url(../images/type_down.png) 52px center no-repeat;
}

.ewb-type-name.current {
  background: url(../images/type_up.png) 52px center no-repeat;
}

.ewb-type-drop {
  display: none;
  position: absolute;
  top: 20px;
  left: -1px;
  right: -1px;
  border: 1px solid #86b3db;
  border-radius: 10px;
  background-color: #fff;
}

.ewb-type-drop span {
  display: block;
  padding-left: 13px;
  text-align: left;
}

.ewb-mailbox-form td {
  height: 30px;
  text-align: center;
  font-size: 15px;
}

.ewb-mailbox-form td span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ewb-mailbox-form td .ewb-theme {
  padding-left: 4%;
  text-align: left;
}

.ewb-state-end {
  color: #009350;
}

.ewb-state-in {
  color: #f00;
}

.ewb-query {
  width: 100%;
  height: 54px;
  line-height: 54px;
  background-color: #f0f0f0;
}

.ewb-query label {
  float: left;
  margin-right: 4px;
  width: 20%;
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  color: #015293;
}

.ewb-query input {
  float: left;
  margin: 11px 8px 0 0;
  padding-left: 5px;
  width: 14%;
  height: 30px;
  line-height: 30px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  font-size: 15px;
}

.ewb-query button {
  float: left;
  margin-top: 11px;
  width: 11%;
  height: 32px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #006cc3;
  border: 0;
  cursor: pointer;
}

.ewb-query button:hover {
  background-color: #015293;
}

/* 在线访谈 */

.ewb-pr16 {
  margin-left: -10px;
  margin-right: -16px;
}

.ewb-interview-pic {
  height: 142px;
}

.ewb-interview-pic img {
  width: 100%;
  height: 142px;
}

.ewb-interview-content {
  padding-top: 4px;
}

.ewb-interview-content li {
  height: 34px;
  line-height: 17px;
  vertical-align: top;
  font-size: 15px;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  /*  overflow: hidden; */
}

/* 来信统计 */

.ewb-pl16 {
  padding-left: 16px;
}

.ewb-incoming {
  height: 147px;
}

.ewb-incoming img {
  float: left;
  width: 54%;
  height: 147px;
}

.ewb-incoming-list {
  float: left;
  width: 46%;
  padding-top: 15px;
}

.ewb-incoming-list li {
  height: 32px;
  line-height: 32px;
  vertical-align: top;
}

.ewb-letter-hd {
  display: block;
  padding-left: 39%;
  border-radius: 3px;
  color: #fff;
}

.ewb-letter-icon1 {
  background: url(../images/letter_icon1.png) 12% center no-repeat #6f98ea;
}

.ewb-letter-icon2 {
  background: url(../images/letter_icon2.png) 12% center no-repeat #4ab0df;
}

.ewb-letter-bd {
  text-align: right;
}

.ewb-letter-number {
  margin-right: 5px;
  font-weight: bold;
  color: #006aad;
}

.ewb-write {
  display: block;
  padding: 16px 0;
  height: 73px;
  border: 1px solid #e2eef8;
  background: url(../images/write_icon.png) 90% center no-repeat #f4faff;
}

.ewb-write:hover {
  border: 1px solid #65ade4;
  background: url(../images/write_icon_hover.png) 90% center no-repeat #65ade4;
}

.ewb-write span {
  display: block;
  padding-left: 13%;
  cursor: pointer;
}

.ewb-ch {
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  color: #015293;
}

.ewb-eg {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #015293;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -o-opacity: 0.6;
  -ms-opacity: 0.6;
  -webkit-opacity: 0.6;
}

.ewb-write:hover span {
  color: #fff;
}

/* 走进许昌 */

.ewb-synopsis {
  padding-top: 10px;
}

.ewb-synopsis-content {
  text-indent: 2em;
  line-height: 47px;
  font-size: 15px;
}

.ewb-video-box {
  margin-top: 5px;
  background-color: #fff;
}

.ewb-video-box iframe {
  display: block;
  width: 100%;
  height: 260px;
  border: 0;
}

.ewb-video-box img {
  display: block;
  width: 100%;
}

@media (max-width: 1140px) {
  /* 导航 */
  .ewb-nav-list {
    margin: 0;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1140px) {
  .ewb-nav-name {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  /* 导航 */
  .ewb-nav {
    margin-top: 10px;
    height: 80px;
    overflow: hidden;
  }

  .ewb-nav-list {
    margin-left: -1px;
  }

  .ewb-nav-node {
    width: 33.3333333333%;
    height: 40px;
    line-height: 40px;
  }

  .ewb-nav-name {
    height: 40px;
    line-height: 39px;
    border-bottom: 1px solid #3a80b9;
    font-size: 15px;
  }
}

/* 公共标题样式 */

.ewb-cm-hd {
  height: 42px;
  border-bottom: 1px solid #e5e5e5;
}

.ewb-cm-hd.noborder {
  border-bottom: 1px solid transparent;
}

.ewb-nav-drop .ewb-cm-hd {
  height: 37px;
}

.ewb-cm-tt {
  position: absolute;
  top: 0;
  left: 0;
}

.ewb-cm-tt.pos2 {
  left: 95px;
}

.ewb-cm-tt.pos3 {
  left: 185px;
}

.ewb-cm-tt.pos4 {
  left: 292px;
}

.ewb-cm-tt.pos5 {
  left: 200px;
}

.ewb-cm-tt.pos6 {
  left: 430px;
}

.ewb-nav-drop .ewb-cm-tt.pos4 {
  left: 366px;
}

.ewb-cm-tt a {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 14px 3px 14px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ewb-nav-drop .ewb-cm-tt a {
  padding-top: 4px;
  padding-bottom: 0;
  height: 32px;
  line-height: 31px;
  color: #5d5d5d;
}

.ewb-tab-icon {
  display: none;
  position: absolute;
  top: 38px;
  left: 50%;
  margin-left: -5px;
  width: 9px;
  height: 5px;
  background: url(../images/tab_icon.png);
}

.ewb-cm-tt a.current {
  color: #015293;
  border-bottom: 2px solid #015293;
}

.ewb-cm-tt a.current .ewb-tab-icon {
  display: block;
}

.ewb-drop-hd {
  height: 40px;
  line-height: 40px;
  position: relative;
}

.ewb-drop-hd.has-border {
  height: 50px;
  line-height: 39px;
  border-bottom: 1px solid #e5e5e5;
}

.ewb-drop-tt {
  float: left;
  padding-left: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #5d5d5d;
}

.ewb-drop-tt.current {
  color: #015293;
  background: url(../images/tt_icon.jpg) left center no-repeat;
}

.ewb-drop-tt.work-left {
  margin-left: 18px;
}

.ewb-sub-hd {
  height: 32px;
  line-height: 32px;
  border-bottom: 2px solid #015293;
  position: relative;
}

.ewb-sub-tt {
  float: left;
  padding: 0 14px;
  font-size: 16px;
  font-weight: bold;
  color: #5d5d5d;
}

.ewb-sub-tt.current {
  color: #015293;
}

/* 公共列表样式 */

.ewb-list {
  padding-top: 7px;
}

.ewb-list-node {
  padding-left: 11px;
  height: 34px;
  background: url(../images/dian.png) left center no-repeat;
  vertical-align: top;
}

.ewb-list-name {
  float: left;
  width: 80%;
  height: 34px;
  line-height: 33px;
  font-size: 15px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ewb-nodate .ewb-list-name {
  width: 100%;
}

.ewb-list-date {
  float: right;
  line-height: 33px;
  color: #aaa;
}

.ewb-list-node:hover .ewb-list-name,
.ewb-list-node:hover .ewb-list-date {
  color: #f00;
}

.ewb-nav-drop .ewb-list-node {
  height: 30px;
}

.ewb-nav-drop .ewb-list-name {
  height: 30px;
  line-height: 29px;
  width: 72%;
}

.ewb-nav-drop .ewb-list-date {
  line-height: 29px;
}

@media (min-width: 768px) and (max-width: 1140px) {
  .ewb-cm-tt {
    font-size: 14px;
  }

  .ewb-list-name {
    width: 75%;
  }

  .ewb-list-name,
  .ewb-list-date {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .ewb-cm-tt a {
    font-size: 14px;
    padding: 3px 4px 0 4px;
  }

  .ewb-cm-tt.pos2 {
    left: 68px;
  }

  .ewb-cm-tt.pos3 {
    left: 136px;
  }

  .ewb-cm-tt.pos4 {
    left: 218px;
  }

  .ewb-list-name {
    font-size: 12px;
    width: 68%;
  }

  .ewb-list-date {
    font-size: 12px;
  }
}

/* footer */

.ewb-footer {
  height: auto;
  padding-bottom: 19px;
  border-top: 3px solid #015293;
  background-color: #eee;
  position: relative;
}

.ewb-footer-content {
  padding-top: 17px;
  line-height: 24px;
  text-align: center;
  font-size: 15px;
}

.ewb-footer-content img {
  display: inline-block;

  width: 13px;
  height: 14px;
}

.ewb-footer-icon1 {
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -310px;
}

.ewb-footer-icon1 a,
.ewb-footer-icon1 img {
  display: block;
  width: 52px;
  height: 63px;
}

.ewb-footer-icon2 {
  position: absolute;
  top: 15px;
  right: 50%;
  margin-right: -357px;
}

.ewb-footer-icon2 a,
.ewb-footer-icon2 img {
  display: block;
  width: 110px;
  height: 55px;
}

@media (min-width: 768px) and (max-width: 1140px) {
  .ewb-footer-content {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .ewb-footer {
    padding-bottom: 20px;
  }

  .ewb-footer-content {
    padding: 80px 10px 0 10px;
    font-size: 12px;
  }

  .ewb-footer-icon1 {
    margin-left: -86px;
  }

  .ewb-footer-icon2 {
    margin-right: -115px;
  }
}

/* 侧边栏 */

.ewb-sidebar {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: 591px;
  margin-top: -186px;
  width: 74px;
  z-index: 9999;
}

.ewb-side-node {
  margin-top: -1px;
  padding: 2px 2px;
  height: 65px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  vertical-align: top;
  position: relative;
  z-index: 9999;
}

.ewb-side-name {
  display: block;
  padding-top: 41px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #015293;
}

.ewb-side-node:hover .ewb-side-name {
  background-color: #e1f1f9;
}

.ewb-side-icon1 {
  background: url(../images/side_icon1.png) center 10px no-repeat;
}

.ewb-side-icon2 {
  background: url(../images/side_icon2.png) center 11px no-repeat;
}

.ewb-side-icon3 {
  background: url(../images/side_icon3.png) center 13px no-repeat;
}

.ewb-side-icon4 {
  background: url(../images/side_icon4.png) center 14px no-repeat;
}

.ewb-side-icon5 {
  background: url(../images/side_icon5.png) center 12px no-repeat;
}

.ewb-scroll-top {
  margin-top: 1px;
  height: 22px;
  background: url(../images/scroll_top.png);
  cursor: pointer;
}

.ewb-scroll-top.current {
  background: url(../images/scroll_top_cur.png);
}

.ewb-side-drop {
  display: none;
  position: absolute;
  right: -114px;
  top: 50%;
  margin-top: -111.5px;
  padding-top: 8px;
  width: 98px;
  height: 215px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background-color: #fff;
  z-index: 9999;
}

.ewb-side-node:hover .ewb-side-drop {
  display: block;
}

.ewb-side-drop-jt {
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -9.5px;
  width: 10px;
  height: 19px;
  background: url(../images/side_drop_jt.png);
}

.ewb-side-drop-jt.right {
  left: auto;
  right: -10px;
  background: url(../images/side_drop_jtr.png);
}

.ewb-side-drop li {
  padding-top: 7px;
  text-align: center;
  vertical-align: top;
}

.ewb-side-drop li img {
  display: block;
  margin: 0 auto;
  width: 67px;
  height: 67px;
}

.ewb-code-name {
  display: block;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #585858;
}

/* 当前位置 */

.ewb-location {
  height: 30px;
  line-height: 30px;
}

.ewb-location p {
  padding-left: 24px;
  font-size: 15px;
  color: #333;
  background: url(../images/location_icon.png) 5px center no-repeat;
}

.ewb-location p a {
  color: #333;
}

.ewb-location p span {
  color: #ff0000;
}

@media (min-width: 768px) and (max-width: 1140px) {
  .ewb-location p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .ewb-location p {
    font-size: 12px;
  }

  .top-login {
    margin-left: 77px;
  }
}

/* 2018-06-13 */
.ewb-public-server {
  height: 350px;
}

.ewb-work-area {
  margin-top: 12px;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}

.ewb-work-items > li {
  float: left;
  width: 25%;
}

.ewb-work-items > li > a {
  padding-top: 59px;
  display: block;
  min-height: 37px;
  line-height: 37px;
  text-align: center;
  font-size: 16px;
  color: #323232;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.ewb-work-one {
  background: url("../images/work_ico01.png") center 17px no-repeat;
  background-color: #f2f2f2;
}

.ewb-work-two {
  background: url("../images/work_ico02.png") center 18px no-repeat;
}

.ewb-work-three {
  background: url("../images/work_ico03.png") center 16px no-repeat;
  background-color: #f2f2f2;
}

.ewb-work-four {
  background: url("../images/work_ico04.png") center 20px no-repeat;
}

.ewb-work-five {
  background: url("../images/work_ico05.png") center 14px no-repeat;
}

.ewb-work-six {
  background: url("../images/work_ico06.png") center 20px no-repeat;
  background-color: #f2f2f2;
}

.ewb-work-seven {
  background: url("../images/work_ico07.png") center 18px no-repeat;
}

.ewb-work-eight {
  background: url("../images/work_ico08.png") center 16px no-repeat;
  background-color: #f2f2f2;
}

.ewb-work-items > li > a:hover {
  background-color: #f5f9ff;
  color: #015293;
}

.ewb-public-title {
  height: 33px;
  border-bottom: 1px solid #e5e5e5;
}

.ewb-public-name {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  font-size: 18px;
  font-weight: bold;
  color: #015293;
  border-bottom: 2px solid #015293;
}

.ewb-mt13 {
  margin-top: 13px;
}

.ewb-mt5 {
  margin-top: 5px;
}

.ewb-commonly-items {
  padding-top: 5px;
  margin-left: 5px;
}

.ewb-commonly-items > li {
  float: left;
  line-height: 34px;
}

.ewb-commonly-items > li > a {
  padding-left: 18px;
  display: block;
  line-height: 34px;
  padding-left: 18px;
  font-size: 15px;
  color: #333;
  background: url("../images/commonly_ico.png") left center no-repeat;
  width: 123px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ewb-commonly-items > li > a:hover {
  color: #f00;
}

.ewb-commonly-cyfw {
  min-width: 140px;
}

.ewb-commonly-fwbm {
  min-width: 123px;
}

.ewb-commonly-one {
  min-width: 91px;
}

.ewb-commonly-two {
  min-width: 171px;
}

.ewb-commonly-three {
  min-width: 139px;
}

.ewb-commonly-four {
  min-width: 170px;
}

.ewb-commonly-five {
  min-width: 180px;
}

.ewb-commonly-six {
  min-width: 115px;
}

.ewb-commonly-seven {
  min-width: 61px;
}

.ewb-county-area {
  margin-left: 9px;
  padding-top: 3px;
}

.ewb-county-area > li {
  float: left;
  width: 33.3%;
  margin-top: 12px;
}

.ewb-county-area > li > a {
  display: block;
  margin-right: 10px;
  border: 1px solid #93cff5;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #006aad;
  border-radius: 3px;
  background-color: #f4fbff;
}

.ewb-county-area > li > a:hover {
  background-color: #e1f3fd;
}

/*2018-06-19 公共服务-部门服务*/
.ewb-depts {
  display: none;

  position: absolute;
  top: 1305px;
  opacity: 1;
  height: auto;
  border: 2px solid #015293;
  background-color: #fff;
  overflow: hidden;
  z-index: 999;
}

.ewb-uncommonly-items {
  padding-top: 5px;
  margin-left: 20px;
}

.ewb-uncommonly-items > li {
  float: left;
  line-height: 34px;
}

.ewb-uncommonly-items > li > a {
  padding-left: 18px;
  display: block;
  line-height: 34px;
  padding-left: 18px;
  font-size: 15px;
  color: #333;
  background: url("../images/commonly_ico.png") left center no-repeat;
  width: 113px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ewb-uncommonly-items > li > a:hover {
  color: #f00;
}

.ewb-uncommonly-fwbm {
  min-width: 113px;
}

/*20220207*/
.ewb-footer-icon3 {
  position: absolute;
  top: 15px;
  right: 50%;
  margin-right: -500px;
}

.ewb-footer-icon3 img {
  display: block;
  width: 110px;
  height: 55px;
}

/* 适老化 */
.oldModel .float-img {
  display: none !important;
}

.wza-box span {
  display: block;
  float: right;
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  font-size: 18px;
  letter-spacing: 0.32px;
  opacity: 1;
  cursor: pointer;
}

.wza-box span.wza {
  background: #fff;
  color: #f76b00;
  border: 1px solid #fc740d;
  border-radius: 2px 0px 0px 2px;
  opacity: 1;
}

.wza-box span.oldman {
  background: #f79600;
  color: #fff;
  border: 1px solid #f79600;
  border-radius: 0px 2px 2px 0px;
  opacity: 1;
}

.wza-box {
  display: block;
  /* margin-left: 25px; */
  position: absolute;
  top: 104px;
  /* left: 40px; */
  /* margin-left: 280px; */
  right: auto;
}

@media (max-width: 767px) {
  .wza-box {
    display: block !important;
    /* margin-left: 25px; */
    position: absolute;
    top: 0;
    /* left: 40px; */
    /* margin-left: 280px; */
    right: 30px;
  }

  .wza-box span {
    font-size: 15px;
  }

  .wza-box span.oldman {
    display: none;
  }

  .ewb-search {
    display: block;
    position: relative;
  }

  .ewb-search #weatherInfo {
    display: none;
  }

  .ewb-search #weekWeatherInfo {
    display: none;
  }

  .ewb-search .clearfix {
    display: none;
  }

  .ewb-search .ewb-hot-search {
    display: none;
  }
}

.oldModel * {
  font-size: 28px !important;
  /* line-height: 1.5 !important; */
}

.oldModel .ewb-top-right {
  margin-left: 0;
}

.oldModel .ewb-search {
  width: 485px;
}

.oldModel .ewb-hot-search {
  display: none !important;
}

.oldModel .ewb-search-txt {
  margin-left: 100px;
}

.oldModel .ewb-search-btn {
}

.oldModel #weekWeatherInfo {
  display: none;
}

.oldModel .ewb-search-shadow {
  display: none;
}

.oldModel .wza-box {
  top: 93px;
}

.oldModel .ewb-nav-drop {
  display: none !important;
}

.oldModel .ewb-side-node {
  height: auto !important;
}

.oldModel .ewb-side-name {
  height: auto !important;
  line-height: 1.3;
}

.oldModel .ewb-footer * {
  line-height: 1.5 !important;
}

.oldModel .ewb-footer-icon2 {
  right: 48%;
}

.oldModel .ewb-side-drop {
  height: auto !important;
}

.oldModel .ewb-code-name {
  height: auto !important;
}

.oldModel .ewb-sidebar {
  top: 40% !important;
}

.oldModel {
}

.oldModel {
}

.oldModel {
}

.oldModel {
}

.oldModel {
}

.oldModel {
}

.oldModel {
}

.oldModel {
}

.oldModel {
}
